home *** CD-ROM | disk | FTP | other *** search
/ Aminet 44 / Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso / Aminet / dev / src / Rkm_asm.lha / Assembly_Codes / OS_Sources / Miscellaneous / test.rexx < prev    next >
OS/2 REXX Batch file  |  1992-09-02  |  316b  |  18 lines

  1. /* Test Arexx Port - JWAREXXPORT */
  2.  
  3. address JWAREXXPORT
  4.  
  5. OPTIONS RESULTS
  6.  
  7. say 'Arexx now listening to JWAREXXPORT....'
  8.  
  9. 'Hello'
  10.  
  11. say 'The Result-String from JWAREXXPORT: 'result
  12.  
  13. 'Goodbye'
  14.  
  15. say 'The Result-String from JWAREXXPORT: 'result
  16.  
  17. say 'JWAREXXPORT now Closed - Arexx has stopped listening to JWAREXXPORT.'
  18.